	title "many pic tool"
	screen 0,210,260
	cls 1
	objmode 2
	objsize 160,50
	font "",30:button "M EDIT",*l_m_edit:font "",20
	font "",30:button "chg touka",*l_c_touka:font "",20
	font "",30:button "M BUTTON",*l_m_button:font "",20
	font "",30:button "pic copy", *l_p_copy:font "",20
	font "",30:button "chg color", *l_c_color:font "",20
	objsize 50,50
	pos 160,0
	font "",30:button "R",*l_R_m_edit:font "",20
	font "",30:button "R",*l_R_c_touka:font "",20
	font "",30:button "R",*l_R_m_button:font "",20
	font "",30:button "R",*l_R_p_copy:font "",20
	font "",30:button "R",*l_R_c_color:font "",20
	stop
*l_m_edit
	exec "EASY_MAP_EDITOR.exe"
	stop
*l_c_touka
	exec "chg_touka_color.exe"
	stop
*l_m_button
	exec "MAKE_BUTTON.exe"
	stop
*l_p_copy
	exec "pic_copy.exe"
	stop
*l_c_color
	exec "chg_color.exe"
	stop
*l_R_m_edit
	exec "notepad doc\\ReadMe@EASY_MAP_EDITOR.txt"
	stop
*l_R_c_touka
	exec "notepad doc\\ReadMe@chg_touka_color.txt"
	stop
*l_R_m_button
	exec "notepad doc\\ReadMe@MAKE_BUTTON.txt"
	stop
*l_R_p_copy
	exec "notepad doc\\ReadMe@pic_copy.txt"
	stop
*l_R_c_color
	exec "notepad doc\\ReadMe@chg_color.txt"
	stop